2005-09-01 Sven Neumann <sven@gimp.org>
* Makefile.am: don't dist the generated babl.pc file.
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = babl.pc
-built_dist_files = \
- README \
- babl.pc
-
-EXTRA_DIST = $(built_dist_files) \
- AUTHORS \
- COPYING \
- INSTALL \
- NEWS \
- ChangeLog \
- autogen.sh \
+built_dist_files = README
+
+EXTRA_DIST = \
+ $(built_dist_files) \
+ AUTHORS \
+ COPYING \
+ INSTALL \
+ NEWS \
+ ChangeLog \
+ autogen.sh \
babl.pc.in
-DISTCLEANFILES = $(built_dist_files)
-
+DISTCLEANFILES = \
+ $(built_dist_files) \
+ babl.pc
.PHONY: snapshot